object Form1: TForm1 Left = 190 Top = 100 Width = 447 Height = 403 Caption = 'CheckBox Test' Font.Color = clBlack Font.Height = -10 Font.Name = 'MS Sans Serif' Font.Style = [] PixelsPerInch = 96 Position = poScreenCenter TextHeight = 13 object Bevel1: TBevel Left = 16 Top = 200 Width = 409 Height = 9 Shape = bsBottomLine end object Label1: TLabel Left = 16 Top = 8 Width = 97 Height = 13 Caption = 'Enter item'#39's name(s):' end object Label2: TLabel Left = 16 Top = 280 Width = 51 Height = 16 Caption = 'Checked:' end object Button1: TButton Left = 152 Top = 24 Width = 77 Height = 26 Caption = 'Check' Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False TabOrder = 0 OnClick = Button1Click end object Memo1: TMemo Left = 16 Top = 24 Width = 117 Height = 56 TabOrder = 1 end object RtCheckGroup1: TRtCheckGroup Left = 16 Top = 216 Width = 137 Height = 59 BmpVAlign = rtaTop Caption = 'RtCheckGroup1' Columns = 2 Ctl3D = True Items.Strings = ( 'test&1' 'test&2' 'test&3' 'test&4') ParentCtl3D = False PictureChecked.Data = {}